From: Steven G. Johnson Date: Sat, 16 Apr 2022 20:33:27 +0000 (-0400) Subject: don't use make in cmake instructions (closes #236) X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~24^2^2~31 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f0b370716b9175125e24d0f16ba43de9322370e3;p=utf8proc.git don't use make in cmake instructions (closes #236) --- diff --git a/README.md b/README.md index b5935d9..9c53df2 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,8 @@ For compilation of the C library, run `make`. You can also install the library Alternatively, you can compile with `cmake`, e.g. by ```sh mkdir build -cd build -cmake .. -make +cmake -S . -B build +cmake --build build ``` ### Using other compilers